docs: Update runpodctl documentation for v2.0#563
docs: Update runpodctl documentation for v2.0#563promptless[bot] wants to merge 11 commits intomainfrom
Conversation
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
TimPietruskyRunPod
left a comment
There was a problem hiding this comment.
Overall this is a solid restructuring of the docs for v2.0 — the redirects, updated install URLs, and new reference pages look great. A few things need fixing before merge:
- Outdated docker image in pod create example
- Missing
--network-volume-idflag on serverless create - Shell completion instructions are wrong
- Serverless list flags undocumented
See inline comments for details.
|
I've added new changes to address this Slack message in commit 08fb45d |
| Create a Pod with a custom Docker image: | ||
|
|
||
| ```bash | ||
| runpodctl pod create --image "runpod/pytorch:2.1.0-py3.10-cuda11.8.0-devel-ubuntu22.04" --gpu-id "NVIDIA GeForce RTX 4090" |
There was a problem hiding this comment.
Citation: Updated Docker image from outdated runpod/pytorch:2.1.0-py3.10-cuda11.8.0-devel-ubuntu22.04 to the newer runpod/pytorch:1.0.3-cu1281-torch291-ubuntu2404 based on review feedback from Tim Pietrusky. Also fixed in the CLI help text itself in PR #260.
View source
There was a problem hiding this comment.
(Line 210)
Citation: Fixed shell completion documentation based on review feedback from Tim Pietrusky. runpodctl completion takes no arguments—it auto-detects the shell via $SHELL env var and appends the appropriate source command. This was also corrected in the SKILL file in PR #11.
View source
| runpodctl serverless list | ||
| ``` | ||
|
|
||
| ### Get endpoint details |
There was a problem hiding this comment.
Citation: Added --include-template and --include-workers flags for the serverless list command based on review feedback from Tim Pietrusky. These flags exist in cmd/serverless/list.go (not just get).
View source
Requested changes were completed by Promptless
Open this suggestion in Promptless to view citations and reasoning process
Comprehensive update of the Runpod CLI documentation for version 2.0. Adds new reference pages for all command groups (pod, serverless, template, network-volume, model, registry, gpu, datacenter, billing, user, ssh, doctor), updates the overview with a quick start guide, and adds redirects for backward compatibility with old v1.x URLs.
Trigger Events
Internal discussion about updating runpodctl documentation based on recent changes to the skill file and source code.
Promptless Research (9 files, 2 webpages)
.long_term_context/product_knowledge/product_overview.md.long_term_context/doc_workflow/client_instructions.md.long_term_context/style/client_style_guide.mdrunpodctl/overview.mdxrunpodctl/manage-pods.mdxrunpodctl/transfer-files.mdxrunpodctl/reference/runpodctl-create-pod.mdxrunpodctl/reference/runpodctl-get-pod.mdxdocs.jsonAgent Response
Tip: Attach PDFs in Slack messages to Promptless—it can even extract images from them 📎